Skip to content

The Title Update#5451

Open
KevinfromHP wants to merge 4 commits intoMonkestation:mainfrom
KevinfromHP:title-update
Open

The Title Update#5451
KevinfromHP wants to merge 4 commits intoMonkestation:mainfrom
KevinfromHP:title-update

Conversation

@KevinfromHP
Copy link
Collaborator

@KevinfromHP KevinfromHP commented Mar 2, 2026

About The Pull Request

Moves all Titles into their own honorary variable instead of their real name. Titles are added to names when examined or looked at but are not their true name. This means to make King John and outlaw, you would actually make "John" an outlaw.
Some roles have received titles as well. Most royals get one now, as well as many others.

Why It's Good For The Game

Clarity, and better roleplay. Acknowledgement of titles.

Changelog

🆑
add: Honorary Titles
/:cl:

Pre-Merge Checklist

  • You tested this on a local server.
  • This code did not runtime during testing.
  • You documented all of your changes.

@github-actions github-actions bot added the Feature adds a new thing label Mar 2, 2026
Comment on lines +14 to +15
honorary = "Lord"
honorary_f = "Lady"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
honorary = "Lord"
honorary_f = "Lady"
honorary = "Baron"
honorary_f = "Baroness"

Comment on lines +83 to +84
honorary = "Lord"
honorary_f = "Lady"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
honorary = "Lord"
honorary_f = "Lady"
honorary = "Baron"
honorary_f = "Baroness"

/datum/action/cooldown/spell/undirected/list_target/convert_role/church/churchling,
/datum/action/cooldown/spell/undirected/call_bird/priest,
)
honorary = "Vicar"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wondering if this should be map dependant, as the Priest who names King/Queen or Emperor/Empress is unlikely to be just a Vicar.

outfit = /datum/outfit/town_elder/hearth_acolyte
category_tags = list(CTAG_TOWN_ELDER)
allowed_patrons = ALL_TEMPLE_PATRONS
//honorary = "STUPID DUMB CLASS WHICH I HATE"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the best and you will love it unconditionally.

Comment on lines +30 to +31
honorary = "Lord"
honorary_f = "Lady"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this check if Medicator? As they lose their nobility if they're a medicator.

STATKEY_INT = 4,
STATKEY_PER = 3
)
honorary = "Councilor"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
honorary = "Councilor"
honorary = "Councillor"

@realforest2001
Copy link
Collaborator

image Also that might need looking into

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature adds a new thing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants